home *** CD-ROM | disk | FTP | other *** search
/ The Netherlands - A Compact World / The Netherlands.iso / chapters / 2.3.2.dxr / Internal_20_txt-change.ls < prev    next >
Encoding:
Text File  |  2004-06-10  |  263 b   |  12 lines

  1. property pwelkTxt
  2.  
  3. on mouseDown me
  4.   sendAllSprites(#changetxt, pwelkTxt)
  5. end
  6.  
  7. on getPropertyDescriptionList me
  8.   propertyList = [:]
  9.   setaProp(propertyList, #pwelkTxt, [#comment: "welke txt naam", #format: #string, #default: "2.3.2."])
  10.   return propertyList
  11. end
  12.